What is a session?
1895
26-Sep-2016
Simond Gear
26-Sep-2016A session is used to store information in variables. These PHP variable are used to store user information to be used across multiple pages. Unlike a cookie information is not stored in the user computer. PHP session is started by using session_start() function.